PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableRow Class / getMinHeight Method
In This Topic
    getMinHeight Method
    In This Topic
    Gets the minimum row height.
    The minimum row height sets the row height when the cells maximum height is less than this value. If this property is 0 then the row height is given by the maximum cell height.
    Syntax
    public double getMinHeight()

    Return Value

    The minimum row height.
    See Also